crypto/tls.halfConn.cipher (field)
14 uses
crypto/tls (current package)
conn.go#L168: cipher any // cipher algorithm
conn.go#L212: hc.cipher = hc.nextCipher
conn.go#L225: hc.cipher = suite.aead(key, iv)
conn.go#L250: if hc.cipher == nil {
conn.go#L254: switch c := hc.cipher.(type) {
conn.go#L348: if hc.cipher != nil {
conn.go#L349: switch c := hc.cipher.(type) {
conn.go#L473: if hc.cipher == nil {
conn.go#L480: if _, isCBC := hc.cipher.(cbcMode); !isCBC && explicitNonceLen < 16 {
conn.go#L499: switch c := hc.cipher.(type) {
conn.go#L676: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L877: if c.out.cipher != nil {
conn.go#L878: switch ciph := c.out.cipher.(type) {
conn.go#L1149: if _, ok := c.out.cipher.(cipher.BlockMode); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)